gradient ascent

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

Gradient ascent tries to find the highest poiht in a fitness landscape by following the direction with the fastest gain in value. It is equivalent to gradient descent, but with the fitness function inverted. Hill climbing is the simplest use of gradient ascent, but other algorithms either use it mixed with other methods.

Defined on page 184

Used on Chap. 9: page 184